Py.Cafe

junior19a2000/

Shaft Design

Mediante ecuaciones analíticas y elementos finitos

DocsPricing
  • app.py
  • requirements.txt
app.py
1
2
3
4
5
6
7
8
9
import solara as sol

@sol.component
def Page():
    sol.lab.theme.dark = False
    sol.lab.theme.themes.light.primary = "#fa8b02"
    sol.Title('Shaft Design')
    with sol.AppBar():
        sol.Markdown('*Desarrollado por Junior Aguilar*')